Revert "pango: Handle case where pango_layout_get_text() returns NULL"
authorBenjamin Otte <otte@redhat.com>
Mon, 9 Sep 2013 15:19:28 +0000 (17:19 +0200)
committerBenjamin Otte <otte@redhat.com>
Mon, 9 Sep 2013 15:19:28 +0000 (17:19 +0200)
commit6d344b2c6b8e9a17870e36f5bd7106cb73758d15
tree5fa8e8466c49c30bccc6df035f84e6dc321792f8
parent70ac2b24c3d400c854d8a9e0937afa076f9dbe7f
Revert "pango: Handle case where pango_layout_get_text() returns NULL"

This reverts commit 70ac2b24c3d400c854d8a9e0937afa076f9dbe7f.

It turns out the correct fix is to make pango_layout_get_text() not
return NULL. This has been done, so we can drop this patch.

I won't bump the Pango dependency in configure.ac for this as I don't
consider the crash critical enough.
gtk/gtkpango.c